速報APP / 教育 / C Compiler IDE

C Compiler IDE

價格:免費

更新日期:2018-06-01

檔案大小:12M

目前版本:29

版本需求:Android 2.3 以上版本

官方網站:mailto:1203568579@qq.com

C Compiler IDE(圖1)-速報App

C Compiler IDE is simple C IDE focused on learning programming languages.

Features:

C Compiler IDE(圖2)-速報App

* smart syntax highlighting

* undo

C Compiler IDE(圖3)-速報App

* redo

* note

C Compiler IDE(圖4)-速報App

* input syntax

Example :

C Compiler IDE(圖5)-速報App

#include

void main(){

C Compiler IDE(圖6)-速報App

int a;

printf("Enter the a Number:");

C Compiler IDE(圖7)-速報App

scanf("%d",&a);

printf("a =%d",a);

C Compiler IDE(圖8)-速報App

}